home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / misc / emu / stlist.lha / stlist / stlist.doc < prev    next >
Encoding:
Text File  |  2000-11-06  |  1.9 KB  |  66 lines

  1.  
  2.                               INTRODUCTION
  3.  
  4.  StList is a tool to list the content of an Atari .ST diskimage,
  5.  it's all reverse engineering since I don't have docs.
  6.  ".ST" format is supported, I'm not sure it will work with other formats.
  7.  
  8.  
  9.                                  USAGE
  10.  
  11.  From CLI/Shell:
  12.  
  13.  stlist diskimage.st content.txt
  14.  
  15.  
  16.                                 HISTORY
  17.  
  18.  1.0   First public release;
  19.  1.1   Added support for the whole .ST family; (internal release)
  20.  1.2   ANSI C more strict, now compiles also on VBCC and GCC;
  21.        PowerPC and WarpOs versions added;
  22.  1.3   Sas/C issued a warning about buffer handling, fixed;
  23.        68k version now compiled with Sas/C 6.58;
  24.  1.4   Recognizes "NDOS" ST disks;
  25.        minor changes to the source;
  26.  
  27.  
  28.                                 FUTURE
  29.  
  30.  I'm thinking of making it evolve in to a general purpose diskimage
  31.  utility with support also for ADF, ADZ, DMS, D64, etc...
  32.  
  33.  
  34.                                 AUTHOR
  35.  
  36.  Fabrizio "Lanch" Bartoloni
  37.  
  38.  lanch@caribusiness.it (will go offline soon)
  39.  lanch@tiscalinet.it
  40.  
  41.  
  42.                                 THANKS
  43.  
  44.  Alfonso "Alfie" Ranieri         for pointing out the stupid loop mistake;
  45.  Emiliano "Skywalk3r" Esposito   for solving the buffer issue (two times!);
  46.  Alessandro "Crusher" Gatti      solved some ANSI compliance;
  47.  
  48.  
  49.                                 SOURCE
  50.  
  51.  I've made it 101% ANSI C for portability sake as usual, if you manage
  52.  to compile it for some environment different from the original one just
  53.  let me know.
  54.  
  55.  Compiled on an A1200 040/603 Os 3.5
  56.  Sas/C 6.58 for the 68k side; (formerly used DiceC 3.16)
  57.  VBCC 0.7   for the ppc/warpos side;
  58.  Still should work on any Amiga and compile on any environment;
  59.  
  60.  
  61.                                 LEGAL
  62.  
  63.  This is provided "AS IS" with no implicit neither explicit warranty.
  64.  The author is not liable for any damage of any kind.
  65.  People at Microsoft or Intel are not allowed to use this software.
  66.